home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_354 / mxmlib / preinclude.c < prev    next >
C/C++ Source or Header  |  1992-05-06  |  1KB  |  42 lines

  1. /* $Revision Header *** Header built automatically - do not edit! ***********
  2.  *
  3.  *    (C) Copyright 1990 by MXM
  4.  *
  5.  *    Name .....: LibMain.c
  6.  *    Created ..: Sunday 01-Apr-90 18:03
  7.  *    Revision .: 0
  8.  *
  9.  *    Date            Author          Comment
  10.  *    =========       ========        ====================
  11.  *    01-Apr-90       Olsen           Created this file!
  12.  *
  13.  * $Revision Header ********************************************************/
  14.  
  15. #include <intuition/intuitionbase.h>
  16. #include <libraries/dosextens.h>
  17. #include <graphics/gfxmacros.h>
  18. #include <graphics/gfxbase.h>
  19. #include <devices/console.h>
  20. #include <devices/printer.h>
  21. #include <devices/prtbase.h>
  22. #include <devices/keymap.h>
  23. #include <devices/timer.h>
  24. #include <devices/audio.h>
  25. #include <devices/input.h>
  26. #include <exec/resident.h>
  27. #include <exec/memory.h>
  28. #include <exec/alerts.h>
  29.  
  30. #include <functions.h>
  31.  
  32. #include <stddef.h>
  33. #include <stdlib.h>
  34. #include <string.h>
  35. #include <ctype.h>
  36.  
  37. #include "mxmproto.h"
  38.  
  39.     /* BCPL 'NULL'. */
  40.  
  41. #define ZERO 0L
  42.